Revision: zsh--cvshead--1.0--patch-429
Archive: schizo@debian.org--2004-zsh-upstream-cvs-head
Creator: Clint Adams <schizo@debian.org>
Date: Wed Nov 16 20:06:52 UTC 2005
Standard-date: 2005-11-16 20:06:52 GMT
New-files: Completion/Unix/Command/.arch-ids/_totd.id
    Completion/Unix/Command/_totd
Modified-files: ChangeLog Completion/Unix/Command/_gnutls
    Completion/X/Command/_qiv Src/Zle/compcore.c
    Src/Zle/compctl.c Src/Zle/complist.c
    Src/Zle/compresult.c Src/Zle/zle.h Src/Zle/zle_hist.c
    Src/Zle/zle_main.c Src/Zle/zle_misc.c
    Src/Zle/zle_params.c Src/Zle/zle_thingy.c
    Src/Zle/zle_tricky.c Src/Zle/zle_utils.c Src/hashtable.c
    Src/init.c Src/input.c Src/loop.c Src/utils.c Src/zsh.h
New-patches: schizo@debian.org--2004-zsh-upstream-cvs-head/zsh--cvshead--1.0--patch-429
Summary: Update from CVS

2005-11-15  Wayne Davison  <wayned@users.sourceforge.net>

   * unposted: Src/Zle/zle_misc.c: Got rid of some compiler warnings
   about comparisons between signed and unsigned variables.

   * 22001: Src/hashtable.c, Src/input.c, Src/loop.c, Src/Zle/compcore.c,
   Src/Zle/compctl.c, Src/Zle/complist.c, Src/Zle/compresult.c,
   Src/Zle/zle_hist.c, Src/Zle/zle_misc.c, Src/Zle/zle_params.c,
   Src/Zle/zle_thingy.c, Src/init.c, Src/zsh.h, Src/utils.c, Src/Zle/zle.h,
   Src/Zle/zle_main.c, Src/Zle/zle_tricky.c, Src/Zle/zle_utils.c:
   Changed several functions and vars from using unsigned char pointers
   to normal char pointers, removing a bunch of forced casts in the code.

2005-11-13  Oliver Kiddle  <opk@zsh.org>

   * unposted: Completion/X/Command/qiv: fix completion of -F option

2005-11-11  Clint Adams  <clint@zsh.org>

   * 21999: Completion/Unix/Command/_gnutls:
   completion for certtool and srptool.

   * 22000: Completion/Unix/Command/_totd:
   completion for totdconfig.
